![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
Struct for storing actual data on crop type, area of a field it is grown in, biomass at harvest, numbers of pesticide applications and missed pesticide applications. More...
#include <elements.h>
Public Attributes | |
bool | taken |
TTypesOfVegetation | tov_type |
double | biomass_at_harvest |
bool | harvested |
double | area |
int | no_herb_app |
int | missed_herb_app |
int | no_fi_app |
int | missed_fi_app |
Struct for storing actual data on crop type, area of a field it is grown in, biomass at harvest, numbers of pesticide applications and missed pesticide applications.
double CropActualValues::area |
double CropActualValues::biomass_at_harvest |
bool CropActualValues::harvested |
int CropActualValues::missed_fi_app |
int CropActualValues::missed_herb_app |
int CropActualValues::no_fi_app |
Referenced by OptimisingFarm::ActualProfit(), VegElement::Add_no_fi_app(), and VegElement::Clean_CropDataStorage().
int CropActualValues::no_herb_app |
bool CropActualValues::taken |
TTypesOfVegetation CropActualValues::tov_type |
Referenced by OptimisingFarm::ActualProfit(), VegElement::Clean_CropDataStorage(), and VegElement::Set_tov_type().